home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / update-inetd.postinst < prev    next >
Text File  |  2008-11-05  |  170b  |  12 lines

  1. #! /bin/sh
  2.  
  3. # Abort if any command returns an error value
  4. set -e
  5.  
  6. if [ "$1" = "configure" -o "$1" = "reconfigure" ] ; then
  7.     . /usr/share/debconf/confmodule
  8.     db_capb
  9. fi
  10.  
  11.  
  12.